3.72 \(\int (e x)^{-1+n} (a+b \text{csch}(c+d x^n)) \, dx\)

Optimal. Leaf size=45 \[ \frac{a (e x)^n}{e n}-\frac{b x^{-n} (e x)^n \tanh ^{-1}\left (\cosh \left (c+d x^n\right )\right )}{d e n} \]

[Out]

(a*(e*x)^n)/(e*n) - (b*(e*x)^n*ArcTanh[Cosh[c + d*x^n]])/(d*e*n*x^n)

________________________________________________________________________________________

Rubi [A]  time = 0.0543707, antiderivative size = 45, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {14, 5441, 5437, 3770} \[ \frac{a (e x)^n}{e n}-\frac{b x^{-n} (e x)^n \tanh ^{-1}\left (\cosh \left (c+d x^n\right )\right )}{d e n} \]

Antiderivative was successfully verified.

[In]

Int[(e*x)^(-1 + n)*(a + b*Csch[c + d*x^n]),x]

[Out]

(a*(e*x)^n)/(e*n) - (b*(e*x)^n*ArcTanh[Cosh[c + d*x^n]])/(d*e*n*x^n)

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 5441

Int[((a_.) + Csch[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*((e_)*(x_))^(m_.), x_Symbol] :> Dist[(e^IntPart[m]*(e*
x)^FracPart[m])/x^FracPart[m], Int[x^m*(a + b*Csch[c + d*x^n])^p, x], x] /; FreeQ[{a, b, c, d, e, m, n, p}, x]

Rule 5437

Int[((a_.) + Csch[(c_.) + (d_.)*(x_)^(n_)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simpli
fy[(m + 1)/n] - 1)*(a + b*Csch[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IGtQ[Simplif
y[(m + 1)/n], 0] && IntegerQ[p]

Rule 3770

Int[csc[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[ArcTanh[Cos[c + d*x]]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int (e x)^{-1+n} \left (a+b \text{csch}\left (c+d x^n\right )\right ) \, dx &=\int \left (a (e x)^{-1+n}+b (e x)^{-1+n} \text{csch}\left (c+d x^n\right )\right ) \, dx\\ &=\frac{a (e x)^n}{e n}+b \int (e x)^{-1+n} \text{csch}\left (c+d x^n\right ) \, dx\\ &=\frac{a (e x)^n}{e n}+\frac{\left (b x^{-n} (e x)^n\right ) \int x^{-1+n} \text{csch}\left (c+d x^n\right ) \, dx}{e}\\ &=\frac{a (e x)^n}{e n}+\frac{\left (b x^{-n} (e x)^n\right ) \operatorname{Subst}\left (\int \text{csch}(c+d x) \, dx,x,x^n\right )}{e n}\\ &=\frac{a (e x)^n}{e n}-\frac{b x^{-n} (e x)^n \tanh ^{-1}\left (\cosh \left (c+d x^n\right )\right )}{d e n}\\ \end{align*}

Mathematica [A]  time = 0.0628847, size = 45, normalized size = 1. \[ \frac{x^{-n} (e x)^n \left (a \left (c+d x^n\right )+b \log \left (\tanh \left (\frac{1}{2} \left (c+d x^n\right )\right )\right )\right )}{d e n} \]

Antiderivative was successfully verified.

[In]

Integrate[(e*x)^(-1 + n)*(a + b*Csch[c + d*x^n]),x]

[Out]

((e*x)^n*(a*(c + d*x^n) + b*Log[Tanh[(c + d*x^n)/2]]))/(d*e*n*x^n)

________________________________________________________________________________________

Maple [C]  time = 0.228, size = 155, normalized size = 3.4 \begin{align*}{\frac{ax}{n}{{\rm e}^{{\frac{ \left ( -1+n \right ) \left ( -i\pi \,{\it csgn} \left ( ie \right ){\it csgn} \left ( ix \right ){\it csgn} \left ( iex \right ) +i\pi \,{\it csgn} \left ( ie \right ) \left ({\it csgn} \left ( iex \right ) \right ) ^{2}+i\pi \,{\it csgn} \left ( ix \right ) \left ({\it csgn} \left ( iex \right ) \right ) ^{2}-i\pi \, \left ({\it csgn} \left ( iex \right ) \right ) ^{3}+2\,\ln \left ( x \right ) +2\,\ln \left ( e \right ) \right ) }{2}}}}}-2\,{\frac{b{e}^{n}{\it Artanh} \left ({{\rm e}^{c+d{x}^{n}}} \right ){{\rm e}^{-i/2\pi \,{\it csgn} \left ( iex \right ) \left ( -1+n \right ) \left ( -{\it csgn} \left ( iex \right ) +{\it csgn} \left ( ix \right ) \right ) \left ( -{\it csgn} \left ( iex \right ) +{\it csgn} \left ( ie \right ) \right ) }}}{ned}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x)^(-1+n)*(a+b*csch(c+d*x^n)),x)

[Out]

a/n*x*exp(1/2*(-1+n)*(-I*Pi*csgn(I*e)*csgn(I*x)*csgn(I*e*x)+I*Pi*csgn(I*e)*csgn(I*e*x)^2+I*Pi*csgn(I*x)*csgn(I
*e*x)^2-I*Pi*csgn(I*e*x)^3+2*ln(x)+2*ln(e)))-2*b/n*e^n/e/d*arctanh(exp(c+d*x^n))*exp(-1/2*I*Pi*csgn(I*e*x)*(-1
+n)*(-csgn(I*e*x)+csgn(I*x))*(-csgn(I*e*x)+csgn(I*e)))

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x)^(-1+n)*(a+b*csch(c+d*x^n)),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 2.01812, size = 637, normalized size = 14.16 \begin{align*} \frac{a d \cosh \left ({\left (n - 1\right )} \log \left (e\right )\right ) \cosh \left (n \log \left (x\right )\right ) + a d \cosh \left (n \log \left (x\right )\right ) \sinh \left ({\left (n - 1\right )} \log \left (e\right )\right ) -{\left (b \cosh \left ({\left (n - 1\right )} \log \left (e\right )\right ) + b \sinh \left ({\left (n - 1\right )} \log \left (e\right )\right )\right )} \log \left (\cosh \left (d \cosh \left (n \log \left (x\right )\right ) + d \sinh \left (n \log \left (x\right )\right ) + c\right ) + \sinh \left (d \cosh \left (n \log \left (x\right )\right ) + d \sinh \left (n \log \left (x\right )\right ) + c\right ) + 1\right ) +{\left (b \cosh \left ({\left (n - 1\right )} \log \left (e\right )\right ) + b \sinh \left ({\left (n - 1\right )} \log \left (e\right )\right )\right )} \log \left (\cosh \left (d \cosh \left (n \log \left (x\right )\right ) + d \sinh \left (n \log \left (x\right )\right ) + c\right ) + \sinh \left (d \cosh \left (n \log \left (x\right )\right ) + d \sinh \left (n \log \left (x\right )\right ) + c\right ) - 1\right ) +{\left (a d \cosh \left ({\left (n - 1\right )} \log \left (e\right )\right ) + a d \sinh \left ({\left (n - 1\right )} \log \left (e\right )\right )\right )} \sinh \left (n \log \left (x\right )\right )}{d n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x)^(-1+n)*(a+b*csch(c+d*x^n)),x, algorithm="fricas")

[Out]

(a*d*cosh((n - 1)*log(e))*cosh(n*log(x)) + a*d*cosh(n*log(x))*sinh((n - 1)*log(e)) - (b*cosh((n - 1)*log(e)) +
 b*sinh((n - 1)*log(e)))*log(cosh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) + sinh(d*cosh(n*log(x)) + d*sinh(n*
log(x)) + c) + 1) + (b*cosh((n - 1)*log(e)) + b*sinh((n - 1)*log(e)))*log(cosh(d*cosh(n*log(x)) + d*sinh(n*log
(x)) + c) + sinh(d*cosh(n*log(x)) + d*sinh(n*log(x)) + c) - 1) + (a*d*cosh((n - 1)*log(e)) + a*d*sinh((n - 1)*
log(e)))*sinh(n*log(x)))/(d*n)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \left (e x\right )^{n - 1} \left (a + b \operatorname{csch}{\left (c + d x^{n} \right )}\right )\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x)**(-1+n)*(a+b*csch(c+d*x**n)),x)

[Out]

Integral((e*x)**(n - 1)*(a + b*csch(c + d*x**n)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \operatorname{csch}\left (d x^{n} + c\right ) + a\right )} \left (e x\right )^{n - 1}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x)^(-1+n)*(a+b*csch(c+d*x^n)),x, algorithm="giac")

[Out]

integrate((b*csch(d*x^n + c) + a)*(e*x)^(n - 1), x)